Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.7.6/8.7.3) with ESMTP id RAA29879 for <mcox@access.digex.net>; Fri, 27 Sep 1996 17:56:18 -0400 (EDT)
Received: (from daemon@localhost) by svcs1.digex.net (8.7.6/8.7.3) id QAA17994 for amos-out; Fri, 27 Sep 1996 16:32:35 -0400 (EDT)
Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by svcs1.digex.net (8.7.6/8.7.3) with ESMTP id QAA17991 for <amos-list@svcs1.digex.net>; Fri, 27 Sep 1996 16:32:35 -0400 (EDT)
Received: from agora.stm.it (agora.stm.it [194.20.43.1]) by mail1.access.digex.net (8.7.6/8.7.3) with ESMTP id QAA24783 for <amos-list@access.digex.net>; Fri, 27 Sep 1996 16:32:31 -0400 (EDT)
From: M.Berionne@agora.stm.it
Received: (from root@localhost) by agora.stm.it (8.7.5/8.6.6) id WAA02091; Fri, 27 Sep 1996 22:33:21 GMT
Message-Id: <199609272233.WAA02091@agora.stm.it>
To: amos-list@access.digex.net
Date: Fri, 27 Sep 96 22:29:47 GMT
Subject: Re: Error routine
Status: RO
X-Status:
Hello,
>> There's command called On Error Proc YOUR_PROCEDURE
>> In this way every time you get an error, your procedure is executed.
> Sorry, that wasn't exactly what I was looking for.
> I'm planning to it inside an extension, that is in assembler.
> Do you know a way to hook an asm routine to amos error routines, so that
> everytime an amos error appears I could run a piece of my own 680x0
code?
Ops, sorry, I didn't realize it.
I don't know a way to put that routine in your own extension, but you could
think to add a asm procedure to your Amos prog and then use the On Error
Proc
command.
You can insert asm code in procedure using menu from AmosPro.